home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************
- *
- * NAME: _bccinit.c
- *
- * DESCRIPTION: initialize the Borland compatibility library
- *
- * M O D I F I C A T I O N H I S T O R Y
- *
- * when who what
- * -------------------------------------------------------------------
- * 10/31/91 J. Alan Eldridge created
- *
- *********************************************************************/
-
- #include "gppconio.h"
-
- int _gppconio_init=0;
-
- struct _gppconio_init_s {
- _gppconio_init_s() { gppconio_init(); }
- };
-
- static struct _gppconio_init_s x;
-